TIP

使用频率很高的properties

Core Properties

202112081621574

Anthor properties

  • box-sizing - CSS Referenceopen in new window

  • width

    width: calc(100% - 73px); /* 注意有逗号分隔 */
    width: 30%; /*有三个元素的时候,最好不用33.3% 因为元素之间还存在空白字符,也占据空间*/
    width:auto; /*相当于0*/
    
  • vertical-align

  • text-align

  • text-decoration

  • border-radius

  • font

    font:inherit;
    
  • cursor

    cursor: pointer;
    
  • position

  • z-index

  • overflow

  • list-style

core tag

  • header
  • main
  • footer
  • nav
  • section
  • article